@charset "utf-8";

/*part1 头部和底部 begin*/

/*页眉*/
.top {
    position: relative;
    height: 36px;
    border-bottom: 1px solid #444a5d;
    /*border-radius: 0 0 25px 25px;*/
    background: url("../images/bg-top.png") center #444a5d;
    line-height: 36px;
}

.top .main-con {
    padding: 0 100px;
}

.top .main-con:after {
    clear: both;
    display: block;
    height: 0;
    content: "";
}

.ico_img {
    padding-left: 12px;
    background: url(../img/top_ic.png) no-repeat;
}

.top_welcome {
    padding-left: 25px;
    background-position: -296px -21px;
    color: #a1a1a1;
    line-height: 36px;
    font-size: 12px;
}

.top_welcome h3 {
    display: inline;
    color: #d6ae67;
    font-weight: normal;
    font-size: 12px;
}

.top_welcome a {
    color: #d26b28;
}

.top_welcome a:hover {
    color: #111111;
}

.top_right {
    position: relative;
    height: 36px;
    line-height: 36px;
}

.top_right .kosnfont {
    margin-right: 3px;
    font-size: 13px;
    color: #d6ae67;
}

.top_right li {
    position: relative;
    float: left;
    padding-right: 15px;
    line-height: 36px;
}

.top_right li.qq,.top_right li.wx,.top_right li.home {
    margin-left: 15px;
}

.top_right .qq a {
    display: block;
    padding-left: 0;
    width: 75px !important;
    height: 36px;
    color: #d5d9dc;
    text-align: right;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.3s ease-out 0.1s;
}

.top_right .wx .wxico {
    display: block;
    width: 77px;
    color: #d5d9dc;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease-out 0.1s;
}

.top_right .wx:hover .ewm {
    display: block;
}

.top_right .wx .ewm {
    position: absolute;
    top: 40px;
    z-index: 9999;
    display: none;
    margin-left: 8px;
    padding: 0;
    width: 90px;
    height: 90px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    -moz-box-shadow: 0 0 5px -1px #525252;
}

.top_right .wx .ewm .btsj {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    margin-top: -10px;
    width: 88px;
    height: 10px;
    text-align: center;
}

.top_right .wx .ewm .btsj:after {
    position: absolute;
    left: 50%;
    z-index: 1;
    display: block;
    margin-top: 0;
    width: 13px;
    height: 13px;
    border: 1px solid;
    border-color: #d8d8d8;
    background: #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.top_right .wx .ewm .imgbox {
    display: block;
    overflow: hidden;
    margin: 0;
    width: 88px;
    height: 88px;
}

.top_right .wx .ewm .imgbox img {
    width: 100%;
}

.top_right .user .xxico {
    display: block;
    padding-right: 17px;
    padding-left: 18px;
    background: unset;
    color: #d5d9dc;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease-out 0.1s;
}

.top_right .user {
    /* border: 1px solid #fafafa; */
    border-top: 0;
    border-bottom: 0;
}

.top_right .user:hover {
    border: 1px solid #dddddd;
    border-top: 0;
    border-bottom: 0;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}

.top_right .user:hover .help {
    background-position: -742px -489px;
}

.top_right .ci-right {
    position: absolute;
    top: 13px;
    right: 15px;
    overflow: hidden;
    width: 12px;
    height: 7px;
    color: #2c2c2c;
    -webkit-transition: -webkit-transform .2s ease-in 0s;
    transition: transform .2s ease-in 0s;
}

.top_right li:hover .ci-right {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top_right .ci-right:after {
    position: absolute;
    top: 1px;
    left: 6px;
    z-index: 1;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #999999;
    background: none;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.top_right li:hover .ci-right:after {
    border-color: #666666;
}

.top_right .dorpdown {
    position: relative;
}

.top_right .dorpdown-layer {
    position: absolute;
    z-index: 10;
    display: none;
}

.top_right .user:hover .dorpdown-layer {
    display: block;
}

.top_right .dorpdown-layer {
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 666;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-transition: all 600ms cubic-bezier(0.23,1,.32,1);
}

.top_right .dorpdown-layer .dd-spacer {
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 132px;
    height: 10px;
    background: #ffffff;
}

.top_right .user .userbox {
    padding-bottom: 8px;
    width: 250px;
}

.top_right .user .userinfo {
    margin-bottom: 18px;
    padding: 10px 15px;
    line-height: 24px;
}

.top_right .user .userinfo .u-pic {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.top_right .user .userinfo .u-pic img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top_right .user .userinfo .u-name {
    padding: 6px 0 0;
    font-weight: 700;
}

.top_right .user .userinfo .u-extra {
    color: #999999;
    line-height: 24px;
}

.top_right .user .userinfo .u-extra span {
    color: #ee3333;
}

.top_right .user .userlink {
    padding: 10px 15px 5px 15px;
    border-top: 1px dashed #cccccc;
    line-height: 23px;
}

.top_right .user .userlink a {
    display: block;
    padding-left: 8px;
    background-position: 0 9px;
    line-height: 24px;
}

.top_right .user .userlink a:hover {
    background-position: 0 -27px;
}

.top_right .user:hover .xxico,
.top_right .user:hover .kosnfont,
.top_right .qq a:hover,
.top_right .qq a:hover .kosnfont,
.top_right .wx:hover .wxico,
.top_right .wx:hover .kosnfont {
    color: #67d3d3;
}

/* ==========================================================================
   头部
 ============================================================================ */
.head {
    width: 100%;
    height: 150px;
    text-align: center;
}

.head .main-con {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    /*padding: 0 100px;*/
}

.head .logo {
    display: block;
    margin-top: 40px;
}

.head .logo img {
    display: block;
    height: 70px;
}

.head .in-nav {
    margin-top: 46px;
}

.head .nav-list {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
}

.head .nav-list .item {
    margin: 0 14px;
}

.head .nav-list .item a {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #444a5d;
    transition: all 0.3s ease-out 0s;
}

.head .nav-list .active {}

.head .nav-list .active a {
    font-weight: bold;
    color: #bf5757;
}

.head .nav-list .active a:after {
    content: "";
    display: block;
    width: 34px;
    height: 10px;
    margin: 4px auto 0;
    background: url("../images/icon-nav.png") no-repeat;
}

/* hover */
.head .nav-list .item a:hover {
    color: #d6ae67;
}

/* response */
@media only screen and (max-width: 1700px) {
    .head .nav-list .item {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1600px) {
    .head .nav-list .item {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1500px) {
    .head .logo img {
        height: 60px;
    }

    .head .nav-list .item a {
        font-size: 15px;
    }

    .head .nav-list .item {
        margin: 0 10px;
    }
}

/*顶部-购物车*/
.member {}

.cart {
    float: left;
    display: inline-block;
    margin-top: 46px;
}

#settleup-gwc {
    position: relative;
    z-index: 11;
    float: right;
    height: 36px;
}

#settleup-gwc .cw-icon {
    padding: 0 25px 0 30px;
    width: 75px;
    height: 36px;
    border: 1px solid #d5d9dc;
    border-radius: 50px;
    background: #f9f9f9;
    text-align: center;
    line-height: 44px;
}

#settleup-gwc .cw-icon a {
    display: block;
    width: 75px;
    font-size: 12px;
    line-height: 36px;
}

#settleup-gwc .ci-left {
    top: 8px;
    left: 12px;
    color: #4f7977;
    font-size: 18px;
    line-height: 1;
}

#settleup-gwc .ci-right {
    top: 11px;
    right: 10px;
    overflow: hidden;
    width: 7px;
    height: 13px;
    color: #999999;
    font: 400 13px/13px simsun;
}

#settleup-gwc .ci-count {
    position: absolute;
    top: 9px;
    left: 105px;
    display: inline-block;
    padding: 3px 3px;
    min-width: 10px;
    border-radius: 16px;
    background-color: #bf5757;
    color: #ffffff;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 10px;
    *
    zoom: 1;
    *
    display: inline;
}

#settleup-gwc.hover .cw-icon,#settleup-gwc.hover .dorpdown-layer,#settleup-gwc:hover .cw-icon,#settleup-gwc:hover .dorpdown-layer {
    border: 1px solid #ddd;
    border-radius: 20px 20px 0 0;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}

#settleup-gwc.hover .dorpdown-layer,#settleup-gwc:hover .dorpdown-layer {
    right: 0;
    display: block;
    width: 308px;
    _right: -1px;
    border-radius: 0;
}

#settleup-gwc.hover .spacer,#settleup-gwc:hover .spacer {
    position: absolute;
    top: -7px;
    right: 1px;
    width: 129px;
    height: 12px;
    background: #ffffff;
}

#settleup-gwc .prompt {
    padding: 10px 15px;
}

#settleup-gwc .nogoods {
    overflow: hidden;
    padding-left: 30px;
    height: 49px;
    color: #999999;
    line-height: 49px;
}

#settleup-gwc .nogoods b {
    float: left;
    width: 56px;
    height: 49px;
    background-image: url(../images/settleup-nogoods.png);
}

#settleup-content {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #ffffff;
}

#settleup-content .loading {
    display: block;
    height: 50px;
    background: url(../images/loading.gif) no-repeat center center;
}

#settleup-content .smt {
    padding: 6px 8px;
    height: 25px;
    line-height: 25px;
}

#settleup-content .smc {
    overflow-y: auto;
    height: auto !important;
    height: 344px;
    max-height: 344px;
    background: #ffffff;
}

#settleup-content .smb {
    padding: 8px;
    height: 45px;
    background: #f5f5f5;
    _height: 45px;
    _padding-top: 15px;
    _padding-bottom: 0;
}

#settleup-content .smb .p-total {
    float: left;
    line-height: 29px;
}

#settleup-content .smb span {
    color: #c81623;
}

#settleup-content .smb a {
    float: right;
    padding: 0 10px;
    height: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #467e37;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
}

#settleup-content ul {
    margin-top: -1px;
}

#settleup-content li {
    overflow: hidden;
    padding: 8px 10px;
    border-top: 1px dotted #cccccc;
    vertical-align: bottom;
    line-height: 17px;
    *zoom: 1;
}

#settleup-content li.hover,#settleup-content li:hover {
    background: #f5f5f5;
}

#settleup-content li .gift {
    overflow: hidden;
    width: 282px;
    height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#settleup-content li .gift a {
    color: #999999;
}

#settleup-content li .gift-jq {
    clear: both;
    color: #999999;
}

#settleup-content .p-img {
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 52px;
    height: 52px;
    border: 1px solid #dddddd;
    font-size: 0;
}

#settleup-content .p-img img {
    max-width: 100%;
}

#settleup-content .p-name {
    float: left;
    width: 120px;
    height: 52px;
}

#settleup-content .p-detail {
    float: right;
    text-align: right;
}

#settleup-content .p-price {
    font-weight: 700;
}

#settleup-gwc .cw-icon {
    position: relative;
    cursor: default;
    zoom: 1;
}

#settleup-gwc .cw-icon .i,.cw-icon i {
    position: absolute;
    display: block;
    overflow: hidden;
}

#settleup-gwc .dorpdown-layer {
    position: absolute;
    top: 36px;
    z-index: 1;
    display: none;
}

#settleup-gwc .icon-gouwuche1:before {
    content: "";
}

@media only screen and (max-width: 1300px) {
    .member {
        display: none;
    }
}

/* ==========================================================================
   底部
 ============================================================================ */
.in-foot {}

.in-foot .info-box {
    background: url("../images/bg-bottom.png") #444a5d center;
    background-repeat: repeat-x;
}

.in-foot .info-box .main-con {
    justify-content: space-between;
    padding: 76px 0;
}

.in-foot .logobox {
    display: block;
    width: 158px;
    margin-top: 14px;
}

.in-foot .logobox img {
    width: 100%;
}

.in-foot .menulink {
    position: relative;
    right: -30px;
    margin-top: 12px;
}

.in-foot .menulink .item {
    margin: 0 46px;
}

.in-foot .menulink .item div {
    font-size: 18px;
    font-weight: bold;
    color: #d6ae67;
}

.in-foot .menulink .item div:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    margin: 20px 0 16px;
    background-color: rgba(255,255,255,.5);
}

.in-foot .menulink .item ul {
    max-width: 152px;
    margin-right: -20px;
    overflow: hidden;
}

.in-foot .menulink .item ul li {
    width: calc(50% - 20px);
    margin: 1px 0;
    margin-right: 20px;
}

.in-foot .menulink .item ul li a,
.in-foot .menulink .info ul li  {
    display: block;
    padding: 8px 0;
    font-size: 12px;
    color: rgba(255,255,255,.8);
}

.in-foot .menulink .item ul li a:before {
    content: "";
    position: relative;
    top: -3px;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    border-radius: 6px;
    background-color: rgba(255,255,255,.6);
}

.in-foot .menulink .item.info {}

.in-foot .menulink .item.info ul {
    max-width: 272px;
}

.in-foot .menulink .item.info li {
    position: relative;
    width: 100%;
    max-height: 63px;
    padding: 7px 0;
    padding-left: 24px;
    line-height: 20px;
    overflow: hidden;
}

.in-foot .menulink .item.info .kosnfont {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 14px;
    color: #fff;
}

.in-foot .qrcode {
    margin-top: 52px;
}

.in-foot .qrcode li {
    margin: 0 10px;
    font-size: 12px;
    text-align: center;
    color: #d6ae67;
}

.in-foot .qrcode li .img-box {
    width: 90px;
    margin-bottom: 10px;
    border-radius: unset;
}

.in-foot .qrcode li .img-box:hover img {
    transform: none;
}

.in-foot .certificate {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    margin: 20px 0 -20px;
}

.in-foot .certificate a {
    display: block;
    width: auto;
    height: 30px;
    margin: 0 6px;
}

.in-foot .certificate a img {
    display: block;
    height: 100%;
}

.in-foot .copyright-box {
    padding: 13px 0;
    background-color: #bf5757;
}

.in-foot .copyright-box .main-con {
    justify-content: space-between;
}

.in-foot .copyright-box li {
    margin: 0 4px;
}

.in-foot .copyright-box li a {}

.in-foot .copyright-box li,
.in-foot .copyright-box li a {
    line-height: 17px;
    font-size: 12px;
    color: rgba(255,255,255,.8);
}

.in-foot .copyright-box .belong {}

.in-foot .copyright-box .record {}

/* flex */
.in-foot .info-box .main-con,
.in-foot .menulink,
.in-foot .menulink ul,
.in-foot .qrcode,
.in-foot .copyright-box .main-con {
    display: flex !important;
    display: -webkit-flex !important;
    flex-wrap: wrap;
    align-content: flex-start;
}

/* hover */
.in-foot .menulink .item ul li a:hover {
    color: #d6ae67;
}

.in-foot .copyright-box li a:hover {
    color: #d6ae67;
}

/* response */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .in-foot .logobox {
        width: 110px;
        margin-top: 40px;
    }

    .in-foot .menulink .item {
        margin: 0 28px;
    }

    .in-foot .menulink .item.info ul {
        max-width: 200px;
    }
    .in-foot .qrcode li .imgbox {
        width: 80px;
    }
}

/*回到顶部-客服*/
.k_f {
    position: fixed;
    right:2px;
    top:40%;
    width: 40px;
}

.k_f .item {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #bf5757;
    text-align: center;
    cursor: pointer;
}

.k_f .item i {
    color: #fff;
    font-size: 22px;
    line-height: 40px;
}

.k_f .item:hover {
    background-color: #80a19f;
}

.k_f .qq {
}

.k_f .qq a {
}

.k_f .wx {
    position: relative;
}

.k_f .wx .pic {
    position: absolute;
    left: -106px;
    display: none;
    width: 102px;
    height: 102px;
    border: 1px solid #dcdcdc;
}

.k_f .wx .pic img {
    width: 100%;
    height: 100%;
}

.k_f .wx:hover .pic {
    display: block;
}

.k_f .tel {
    position: relative;
}

.k_f .tel:hover {
    border-radius: 0 5px 5px 0;
}

.k_f .tel .txt {
    position: absolute;
    top: 0;
    left: -130px;
    display: none;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #5b7b79;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.k_f .tel .txt span {
}

.k_f .tel:hover .txt {
    display: block;
    border-radius: 5px 0 0 5px;
}

.top_box {
    background-color: #b4c130;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.top_box .kosnfont {
}

.top_box:hover {
    background-color: #eb9320;
}
/*part1 头部和底部 end*/

/*part2 其他页面-公共部分 begin*/
.common_bnr {
}

.common_bnr p {
    height: 275px;
}
/*面包屑*/
.common-crumb-inner {
    display: inline-block;
    color: #666666;
    font-size: 14px;
}

.common-crumb-inner .kosnfont {
    margin: 0 5px;
    color: #0C612B;
    vertical-align: middle;
    font-size: 20px;
}

.common-crumb-inner span {
    color: #666666;
}

.common-crumb-inner a {
    height: 60px;
    color: #666666;
    line-height: 60px;
}

.common-crumb-inner a:hover {
    color: #467e37;
}
/*栏目*/
.sub {
    overflow: hidden;
    background: #fff;
}

.sub li {
    float: left;
    display: block;
}

.sub li a {
    display: block;
    margin: 0 15px;
    height: 60px;
    border-bottom: 1px solid #ffffff;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    line-height: 60px;
}

.sub li a:hover,.sub li.active a {
    border-bottom: 1px solid #eb9320;
    color: #eb9320;
}
/*上下篇-分享*/
.share {
    float: right;
    clear: both;
}

.PRE-NEX {
    float: left;
    clear: both;
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #f0f0f0;
}

.PRE-NEX .numpre {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.PRE-NEX .numnex {
    float: left;
    display: inline-block;
    width: 50%;
    text-align: right;
}

.PRE-NEX a:hover {
    color: #d41f14;
}
/*part2 其他页面-公共部分 end*/

/*part3 其他页面-非公共部分 begin*/
/*文章详情*/
.article {
    padding: 15px 20px;
    background: white;
}

.article .h1con {
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.article p {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.article h1 {
    color: #333333;
    font-weight: normal;
    line-height: 40px;
}

.article h1.article-tit {
    margin-top: 20px;
}

.article p.articleinfo span {
    display: inline-block;
    margin-right: 20px;
    color: #888888;
}

.article img {
    max-width: 100%;
    border:0;
    margin:0;
    padding:0;
}

.article .imgdet{
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
}




/*联系方式*/
.mp_box {
    border: 20px solid #ffffff;
}

.contact-tit {
    height: 120px;
    text-align: center;
    font-weight: normal;
    font-size: 26px;
    line-height: 140px;
}

.mp_box+.content {
    padding: 20px;
}

.mp_box+.content p {
    font-size: 14px;
    line-height: 30px;
}
/*留言*/
.from_con_msg {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    width: 666px;
    text-align: center;
}

.from_con_msg .tit {
    color: #d62c22;
    font-size: 16px;
    line-height: 50px;
}

.from_con_msg .desc {
    margin: 20px 20px 0;
    padding-bottom: 30px;
    line-height: 18px;
}

.from_con_msg .desc span {
    color: #d62c22;
}

.from_con_msg .f_con .bs_input {
    display: block;
    width: 666px;
    height: 45px;
    border: 1px solid #dedede;
    border-radius: 8px;
    text-align: left;
    line-height: 30px;
}

.from_con_msg .f_con textarea.bs_input {
    padding: 11px 15px;
    height: 150px;
}

.from_con_msg .f_con .bsi_t {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 0 15px;
    background: white;
    line-height: 22px;
}

.from_con_msg .f_con select.bsi_t {
    padding-left: 0;
    width: 100%;
    color: #666666;
}

.from_con_msg .f_con .bs_input.bsi_t.choice {
    padding: 0;
    border: none;
}

.from_con_msg .f_con .bsi_s {
    float: right;
    display: block;
    overflow: hidden;
    width: 140px;
    border: none;
    border-radius: 8px;
    background: #bf5757;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.from_con_msg .f_con .bsi_s:hover {
    background: #eb9320;
}

.from_con_msg .f_con .check_img {
    float: left;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    width: 140px;
}

.from_con_msg .f_con .check {
    float: left;
    width: 350px;
}

/* 图片盒子 */
.img-box {}

.img-box img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.img-box [class^="img-"] {
    height: 0;
    border-radius: 15px;
    overflow: hidden;
}

.img-box .img-11 {
    padding-bottom: 100%;
}

.img-box .img-43 {
    padding-bottom: 75%;
}

.img-box .img-169 {
    padding-bottom: 56.25%;
}

.img-box .img-34 {
    padding-bottom: 133.33%;
}

/* hover */
.img-box:hover img {
    transform: scale(1.05);
}

/*part3 其他页面-非公共部分 end*/
/*style.css*/